pascal void SetMovieDrawingCompleteProc(Movie theMovie, MovieDrawingCompleteProcPtr proc, long refCon)
theMovie The Movie to set the proc on.
proc Your call back procedure, or nil to remove it.
refCon Value to pass to your callback procedure.
typedef pascal OSErr (*MovieDrawingCompleteProcPtr)(Movie theMovie, long refCon);
Errors:
invalidMovie -2010 Your movie reference is bad.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help